dump
open fun dump(@NonNull prefix: String, @Nullable fd: FileDescriptor, @NonNull writer: PrintWriter, @Nullable args: Array<String>)(source)
Print the FragmentManager's state into the given stream.
Parameters
prefix
Text to print at the front of each line.
fd
The raw file descriptor that the dump is being sent to.
writer
A PrintWriter to which the dump is to be set.
args
Additional arguments to the dump request.